page scope meaning in English
页面内的作用域
Examples
- Stick with page scope for your jsp data
对于jsp数据坚决使用page作用域。 - Page scope applies to a single , compiled java servlet class
Page作用域适用于单个的、经过编译的java servlet类。 - Attribute controls the scoping of this variable , and defaults to page scope
属性控制该变量的作用域,缺省情况下是页面作用域。 - The instantiated object is placed in page scope and therefore is no longer available after the request completes
,实例化的对象处于页面范围内,因此请求完成之后就不再可用。 - As you may recall , objects stored in page scope can only be retrieved during the processing of that page for a specific request
您可能还记得,只有在为特定请求处理页面期间才能检索存储在该页面作用域中的对象。